home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game.EXE 2001 January
/
Game.EXE_01_2001.iso
/
demos
/
Blade of Darkness
/
data1.cab
/
Program_Executable_Files
/
Lib
/
ConsoleOutput.pyc
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Compiled Bytecode
|
2000-11-16
|
915 b
|
26 lines
# Source Generated with Decompyle++
# File: in.pyc (Python 1.5)
import Console
import sys
class ConsoleOutput:
softspace = 1
def write(self, message):
if message is None:
Console.ConsoleOutput('None')
else:
Console.ConsoleOutput(message)
def flush(self):
pass
def InitConsole():
ConsoleOut = ConsoleOutput()
sys.stderr = sys.stdout = ConsoleOut